翻訳と辞書
Words near each other
・ Modified Allan variance
・ Modified AMI code
・ Modified Arts
・ Modified Ashworth scale
・ Modified atmosphere
・ Modified atmosphere/modified humidity packaging
・ Modified car
・ Modified Checklist for Autism in Toddlers
・ Modified Chee's medium
・ Modified citrus pectin
・ Modified Compression Field Theory
・ Modified condition/decision coverage
・ Modified Dall–Kirkham telescope
・ Modified Dietz method
・ Modified discrete cosine transform
Modified due-date scheduling heuristic
・ Modified Frequency Modulation
・ Modified GRF (1-29)
・ Modified Harvard architecture
・ Modified Hotchkiss machine gun
・ Modified Huffman coding
・ Modified hyperbolic tangent
・ Modified internal rate of return
・ Modified KdV-Burgers equation
・ Modified lognormal power-law distribution
・ Modified Maddrey's discriminant function
・ Modified milk ingredients
・ Modified models of gravity
・ Modified Modular Jack
・ Modified Morlet wavelet


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Modified due-date scheduling heuristic : ウィキペディア英語版
Modified due-date scheduling heuristic

The modified due-date scheduling heuristic is used in scheduling tasks to resources (for example, to answer the question "What order should we make sandwiches in, so as to please our customers?").
It assumes that the objective of the scheduling process is to minimise the total amount of time spent on tasks after their due dates. This strategy is most relevant when completing all tasks carries a certainty that at least some of them will be completed late.
The modified due date forms the basis of an algorithm that attempts first to complete tasks early or on time, and second to complete tasks as soon as possible when the requested due date is unattainable: Given a list of tasks, with a range of due dates (dj), and a range of times it takes to complete the tasks (pj), then at any moment (t) you should do the task that has the smallest modified due date. The modified due date itself is the highest of either the due date, or the completion date if you started the task now:
:mddj = max( dj, t+pj ).
Thus, if the due date of the PB and J is 5 minutes from now, but its time to complete is 6 minutes, the modified due date of the PB and J is 6 minutes from now. Imagine a second customer is requesting that a Reuben be prepared in 7 minutes from now, but the Reuben takes 5 minutes to complete: in this case, the MDD of the Reuben is 7 minutes; the PB and J has a smaller MDD, and thus you should make the PB and J first, while the second customer waits patiently for the Reuben to be started. In this case, the PB and J is 1 minute late, and the Reuben is 4 minutes late. Both sandwiches are made late, but the total lateness is only 5 minutes. If you had made the Reuben first, the second customer may have gotten the sandwich early, but the first customer would have received their sandwich 6 minutes late.
==See also==

* Scheduling (computing)

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Modified due-date scheduling heuristic」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.